home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / stdapp.zip / API.DEF next >
Text File  |  1993-03-05  |  610b  |  22 lines

  1. ;========================================================================
  2. ; API.DEF - C-Tree Sysytems, Inc. API DLL definition file
  3. ;========================================================================
  4. LIBRARY     API
  5.  
  6. DESCRIPTION 'An Api Dll'
  7.  
  8. PROTMODE
  9.  
  10. DATA        MULTIPLE READWRITE LOADONCALL
  11.  
  12. CODE        LOADONCALL
  13.  
  14. EXPORTS     UtlMsgBox                   @1
  15.             UtlLoadString               @2
  16.             UtlLoadMessage              @3
  17.             UtlDisplayError             @4
  18.             UtlDisplayDebug             @5
  19.  
  20.  
  21.             NewStdApp                   @201
  22.